// This file contains the values of global variables
// used in producing pages in SEARCH.EXE
PageHeadTemplate:
${PageTitle}
${PageLabel}
${PageIntro}
PageIntro:
Click on an image or highlighted text to follow a link.
PageTitle:
${PageFullDOSFileName}
PageLabel:
${PageFullDOSFileName}
BodyTag:
PageBodyTemplate:
${BodyTag}
//The value of ActualReturnLabel is set to PossibleReturnLabel
//if and only if the page has a parent page, otherwise it's blank
PageEndTemplate:
${ActualReturnLabel}
FileLeaderTemplate:
FileEntryTemplate:
${ImageTag}
${AnchorFileName}
(${FileSizeInK}K)
${ImagePersonName}
${Description}
FileTrailerTemplate:
|
GroupLeaderTemplate:
GroupTrailerTemplate:
DirLeaderTemplate:
Page List
Sample
| Page Name
| Size
|
DirEntryTemplate:
${ImageTag}
|
${PageLabel}
|
${TotalFileSizeInK}K
|
DirTrailerTemplate:
//Note=> ParentPageLabel is expanded using the variables of the parent
// page not the page it's value appears in.
ParentPageLabel: ${PageLabel}
//The following appears at the end of a child page.
//If the page has no parent this label does not appear.
PossibleReturnLabel:
Return to ${ParentPageLabel}
ImageTag:
//The value of ActualReturnLabel is set to PossibleReturnLabel
//if and only if the page has a parent page, otherwise it's blank
PageEndTemplate:
${ActualReturnLabel}
${PageTitle}/${PersonFullName}/${EMailAddress}